type os.dirFS
7 uses
os (current package)
file.go#L690: return dirFS(dir)
file.go#L693: type dirFS string
file.go#L695: func (dir dirFS) Open(name string) (fs.File, error) {
file.go#L716: func (dir dirFS) ReadFile(name string) ([]byte, error) {
file.go#L734: func (dir dirFS) ReadDir(name string) ([]DirEntry, error) {
file.go#L750: func (dir dirFS) Stat(name string) (fs.FileInfo, error) {
file.go#L765: func (dir dirFS) join(name string) (string, error) {
 |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |